ParticipantListAdapter

open class ParticipantListAdapter : UserTypeListAdapter<T>

ParticipantsListAdapter provides a binding from a User type data set to views that are displayed within a RecyclerView. since 3.0.0

Functions

Link copied to clipboard
protected open fun getItemViewDescription(@NonNull context: Context, @NonNull user: User): String
Returns the description to be shown in item view.
Link copied to clipboard
protected open fun isCurrentUserOperator(): Boolean
Returns whether the current user is operator or not.
Link copied to clipboard
open fun setItems(@NonNull userList: List<User>, @NonNull openChannel: OpenChannel)
Sets the to be displayed.